'Declaration Public Overloads Sub CopyTo( _
ByVal arrayThe one-dimensional Array that is the destination of the figures copied from group. The Array must have zero-based indexing.() As RectangleFigure, _
ByVal arrayIndexThe zero-based index in array at which copying begins.As System.Int32 _
)
public void CopyTo(
RectangleFigure[] array,
System.Int32 arrayIndex
)
public: void CopyTo(
RectangleFigure*[]* array,
System.Int32 arrayIndex
)
public:
void CopyTo(
array<RectangleFigure^>^ array,
System.Int32 arrayIndex
)
Parameters
- array
- The one-dimensional Array that is the destination of the figures copied from group. The Array must have zero-based indexing.
- arrayIndex
- The zero-based index in array at which copying begins.